home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / Icon Ideas.cpt / Icon Ideas / background_2567.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  91 lines

  1. -- background: 2567 from stack: in
  2. -- bmap block id: 3787
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Categories
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 18 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=17 top=30 right=57 bottom=46
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 21700 / 21700
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Home
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   visual effect dissolve
  30.   go home
  31. end mouseUp
  32.  
  33.  
  34.  
  35.  
  36. -- part 19 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=396 top=29 right=56 bottom=425
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1014 / 1014
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Prev
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect dissolve
  51.   go to previous card
  52. end mouseUp
  53.  
  54.  
  55. -- part 20 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=424 top=29 right=56 bottom=451
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1013 / 1013
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Next
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   visual effect dissolve
  70.   go to next card
  71. end mouseUp
  72.  
  73.  
  74. -- part 23 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=454 top=29 right=56 bottom=481
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1012 / 1012
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Index
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect dissolve
  89.   go to background "Index"
  90. end mouseUp
  91.